Layer Definition Schema
QUERYFORM Element
See Also  Send comments on this topic.
Layer Definition Schema : QUERYFORM Element

Glossary Item Box

Description

Used to define a query form in an ArcPad layer definition.

Diagram

PAGE Element Sequence QUERYFORM Element

Overview

QUERYFORM
Used to define a query form in an ArcPad layer definition.
Sequence
PAGE 1..∞
Used to define a page of an ArcPad form.

Source

<xs:element name="QUERYFORM" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a query form in an ArcPad layer definition.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="apl:PAGE" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.